home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / dc12.zip / DC.DOC next >
Text File  |  1993-10-14  |  2KB  |  36 lines

  1.  
  2.   ╒══════════════════════════════════════════════════════════╕
  3.   │                                                          │
  4.   │ ╔══════════════════════════════════════════════════════╗ │██
  5.   │ ║       DC: Directory Compare V1.2  Oct 14 1993        ║ │██
  6.   │ ║              Copyright (c)  Bram Snip                ║ │██
  7.   │ ║              Usage DC <srcDir> <dstDir>              ║ │██
  8.   │ ╠════════════╤══════════════╤══════════════════════════╣ │██
  9.   │ ║   CODE     │  Notation    │         Meaning          ║ │██
  10.   │ ╟────────────┼──────────────┼──────────────────────────╢ │██
  11.   │ ║    #0      │ src --- dst │ dst is newer             ║ │██
  12.   │ ║    #1      │ src -- dst │ src and dst are even old ║ │██
  13.   │ ║    #2      │ src --- dst │ src is newer             ║ │██
  14.   │ ║    #3      │ src -- dst │ dst does not exist       ║ │██
  15.   │ ║    #4      │ src -- dst │ src does not exist       ║ │██
  16.   │ ╚════════════╧══════════════╧══════════════════════════╝ │██
  17.   │                                                          │██
  18.   ╘══════════════════════════════════════════════════════════╛██
  19.     ████████████████████████████████████████████████████████████
  20.  
  21.  
  22.   This program reports the differences (in dates and existance)
  23.   between the files in two given directories.
  24.   The differences will be reported to screen for redirection.
  25.   You can use this tool in batch files to automatically copy files
  26.   from one directory to another depending on file time relationships.
  27.  
  28. Support the shareware concept!. If you like this program you may
  29. donate a very small fee of $3 or more to:
  30.  
  31.     Bram Snip
  32.     Giro account 5148802
  33.     The Netherlands
  34.  
  35.  
  36.